home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMW 3 Series Presentation
/
BMW_3Series_Presentation_CD.bin
/
Xtras
/
POMatic
/
Mac
/
PMATIC.DIR
/
00016_Script_main screen frame script
< prev
next >
Wrap
Text File
|
1997-01-30
|
1KB
|
17 lines
on exitFrame
global gPreview
if the controlDown then
set the text of cast "info sheet" = ("Preview" && word 2 to (the number of words in the text of cast "info sheet") of the text of cast "info sheet")
set the text of cast "docs" = ("Preview" && word 2 to (the number of words in the text of cast "docs") of the text of cast "docs")
set the text of cast "order form" = ("Preview" && word 2 to (the number of words in the text of cast "order form") of the text of cast "order form")
put true into gPreview
else
set the text of cast "info sheet" = ("Print" && word 2 to (the number of words in the text of cast "info sheet") of the text of cast "info sheet")
set the text of cast "docs" = ("Print" && word 2 to (the number of words in the text of cast "docs") of the text of cast "docs")
set the text of cast "order form" = ("Print" && word 2 to (the number of words in the text of cast "order form") of the text of cast "order form")
put false into gPreview
end if
go to frame (the frame)
end